home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2001 Haziran / CHIP Haziran2001.iso / prog / share / 30 / _SETUP.1 / MiniMac.exe / 0 / RCDATA / TFRMVMACROOFF / TFRMVMACROOFF.txt
Text File  |  2001-03-20  |  1KB  |  67 lines

  1. object frmVMacroOff: TfrmVMacroOff
  2.   Left = 322
  3.   Top = 159
  4.   Width = 147
  5.   Height = 57
  6.   Hint = 'Press spacebar to close|'
  7.   ActiveControl = btnClose
  8.   BorderIcons = []
  9.   BorderStyle = bsSizeToolWin
  10.   Caption = 'Recording Off'
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object btnClose: TButton
  24.     Left = 52
  25.     Top = 5
  26.     Width = 83
  27.     Height = 22
  28.     Hint = 'Press Spacebar to Close|Close'
  29.     Caption = '&Close'
  30.     ParentShowHint = False
  31.     ShowHint = True
  32.     TabOrder = 0
  33.     OnClick = btnCloseClick
  34.   end
  35.   object UpDown1: TUpDown
  36.     Left = 28
  37.     Top = 4
  38.     Width = 16
  39.     Height = 21
  40.     Associate = Edit1
  41.     Min = 1
  42.     Max = 10
  43.     Position = 1
  44.     TabOrder = 1
  45.     Thousands = False
  46.     Wrap = False
  47.   end
  48.   object Edit1: TEdit
  49.     Left = 1
  50.     Top = 4
  51.     Width = 27
  52.     Height = 21
  53.     Hint = 'Select # replays|Select replay count 1 - 50'
  54.     ParentShowHint = False
  55.     ReadOnly = True
  56.     ShowHint = True
  57.     TabOrder = 2
  58.     Text = '1'
  59.   end
  60.   object Timer1: TTimer
  61.     Enabled = False
  62.     Interval = 250
  63.     OnTimer = Timer1Timer
  64.     Left = 82
  65.   end
  66. end
  67.